@CHARSET "UTF-8";

.product-image {
    width: 600px;
    /* height: 460px; */
    margin: 20px auto;
}

.product-image .prev {
    background: url(../images/left.png) no-repeat;
	width: 50px;
	height: 50px;
	margin-top: 205px;
	float: left;
	cursor: pointer;
}
.product-image .prev:hover {
    background: url(../images/left-active.png) no-repeat;
}

.product-image .next {
    background: url(../images/right.png) no-repeat;
	width: 50px;
	height: 50px;
	margin-top: 205px;
	float: left;
	cursor: pointer;
}
.product-image .next:hover {
    background: url(../images/right-active.png) no-repeat;
}

.product-image .images-carousel {
	width: calc(100% - 140px);
	height: 100%;
	margin: 0 20px;
	float: left;
}

.images-carousel .item {
	position: relative;
	width: 460px;
	/* height: 460px; */
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.images-carousel .item img {
	max-width: 360px;
	max-height: 460px;
}

.product-info {
    width: 800px;
    margin: 10px auto;
}

.product-info span {
    display: block;
    width: 100%;
}

.product-name, .product-model {
    font-size: 34px;
    color: #131313;
    text-align: center;
}

.product-content {
    font-size: 20px;
    color: #141414;
    text-align: left;
}

.content-img {
    width:100%;
}